Delete Event
AutomatR.GoogleCalendar.Activities.DeleteEvent
The "Delete Event" activity in AutomatR is part of the Google Calendar activities package, enabling automation processes to delete specified events from a Google Calendar. This activity streamlines event management tasks, enhancing the efficiency of automation workflows.
Properties
Name | Description |
---|---|
Input | |
Calendar Name | Specifies the name of the calendar from which the event should be deleted. String variables containing the calendar name. |
Event Name | Specifies the name of the event to be deleted from the calendar. String variables containing the event name. |
Misc | |
Display Name | Provides a customizable name for the activity displayed in the workflow. The display name enhances clarity and organization within the automation project. String variables containing the desired display name. |
Optional | |
Delay | Specifies the amount of time (in seconds) to wait before executing the "Delete Event" activity. This can be useful for handling synchronization issues. Integer variables containing the delay duration. Ex.: If the amount of time is 1000 milliseconds or 1 sec, i.e. 1. |
How to use:
- Drag and drop the "Delete Event" activity onto the workflow.
- Configure the properties by specifying the name of the calendar and the name of the event to be deleted.
- Optionally, configure the delay and customize the display name.
- Execute the workflow to delete the specified event from the Google Calendar.
Example: Consider an example where the "Delete Event" activity is used to delete an event named "Team Meeting" from the Google Calendar:
Delete Event:
Display Name: "Delete Team Meeting Event"
Calendar Name: "Work Calendar"
Event Name: "Team Meeting"
In this example, the activity deletes the "Team Meeting" event from the "Work Calendar" in the Google Calendar.